home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / GINGERB2.FRM < prev    next >
Text File  |  1993-11-17  |  239b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Brent Hugh
  3. ;variation on "Gingerbread Man"
  4.  
  5. ;parameter and window defaults
  6. a=1
  7. b=1      
  8. c=1
  9. d=1
  10. mu=1
  11. xmin=-59 
  12. xmax=59 
  13. ymin=-44 
  14. ymax=44 
  15.  
  16. x=1-a*y-b*abs(x)  
  17. y=x               
  18.  
  19.  
  20.  
  21.  
  22.  
  23.